[b][size=150]MISI[/size][/b]
[color=grey]Library for executing custom scripts[/color]
[img]http://gtamp.com/forum/download/file.php?mode=view&id=1809&sid=7e1ace83a7c0d6a2b64da5f139b03d6d[/img]

[color=black][b]Version:[/b][/color] v0.4.1
[color=black][b]Release:[/b][/color] 9 apr 2018 
[color=gray]MD5 817cbba67a2eb2bfa4cfd0c3cccae3aa MISI.ASI[/color]

[size=120][b]License:[/b][/size]
[list]This MISI library (hereinafter "application") is distributed by
license (Public Domain) free software "as is"
without any guarantees.

This application (hereinafter "project") is
public domain of the GTAMP community.
All source codes, logos, texts, project names are open,
are the combined work of people united by a common idea and a dream.

Everyone can use this project without restrictions
at its discretion:
Compile, modify, correct, supplement, update, sell,
distribute under its own brand and mark.

http://gtamp.com[/list]

[size=120][b]What is it?[/b][/size]
[list]Library for running LUA scripts in GTA2.
The library is loaded at the start of the game and gives you access
to the game world (as much as the author knows
useful addresses in the memory of the game).

The name MISI came to
me from the derived word of the initial scripts * .MIS
(which in translation probably means a mission) and together with
extension ASI (which is used in the game) it turned out
quite in tune with MISI.ASI.[/list]
 
[size=120][b]Documentation:[/b][/size][list]
All documentation is inside the installer, you can get it by installing the DOC component, 
where EN (English) and RU (Russian) languages. This component is selected when installing MISI. 
Also you can download it in a separate archive by the link [url=http://gtamp.com/forum/download/file.php?mode=view&id=1873]misi_docs.7z[/url][/list]

[size=120][b]Example:[/b][/size]
[list]Examples of scripts can be selected when installing MISI by selecting the "Examples" component. 
Also you can download all the examples in a separate archive by the link [url=http://gtamp.com/forum/download/file.php?mode=view&id=1875]misi_examples.7z[/url][/list]
         
[size=120][b]Modules:[/b][/size]
[list]Additional scripts/plug-ins that extend the capabilities of MISI. Modules of can be selected when installing MISI by selecting the "Modules" component.
Also you can download all the modules in a separate archive by the link [url=http://gtamp.com/forum/download/file.php?mode=view&id=1874]misi_modules.7z[/url][/list]
   
[size=120][b]Installation:[/b][/size]
[list]
* Requires the installed game [b]GTA2 v11.44[/b]
1. Run the installer misi_setup.exe
2. Select the installer language
3. Read and accept the license agreement
4. Select the root directory of the game
5. Select components to install
6. Confirm the installation
7. Installation complete
[/list]

[size=120][b]What is this for?[/b][/size]
[list]
            For easy and
quick creation/editing of game missions, trainers.
Thanks to the simple LUA syntax, anyone can use it
To study and write the unpretentious script for GTA2 without spending
thus it is a lot of time. It is enough to install MISI in the game,
create a text * .TXT or * .LUA file (name it as
wish), throw in the root folder script located
in the root directory of the game (where gta2.exe is located),
After that, you can run the game and enjoy your
creation.
[/list]

[b][size=120]Thanks:[/size][/b][list][color=gray]Thank authors and their resources:

Sector for maintaining the game
GTA2 community thanks to him and his comrades people do not forget
about this beautiful game. Also for the useful
Addresses and methods for working with the memory of the game.
http://www.gtamp.com

Vike for patches for the game. Also for the maintenance of the GTA2 community.
http://gtamp.com/forum/viewtopic.php?f=4&t=73

robotanarchy for found and described useful addresses.
https://github.com/Bytewerk/gta2-hackers-remix

Jones for the memory addresses found and published by them.
http://gtamp.com/forum/viewtopic.php?f=4&t=700&start=20#p9357

BeepBoop for found and described useful addresses.
http://gtamp.com/forum/viewtopic.php?f=4&t=1123

Jernej for useful programs
thanks to which I started studying modemaking in GTA2.
http://www.gtatools.com

BenMillard for contribution to the development of modding in GTA2.
For writing tutorials
http://projectcerbera.com

Also thank all people who have published useful
materials and took part in discussions with me
at http://www.gtamp.com

Dark Byte for useful programs
http://www.cheatengine.org

Take-Two Interactive for the creation of a wonderful game GTA2
https://www.take2games.com

Library LUA http://www.lua.org

Inno Setup http://www.jrsoftware.org

Examples of https://www.stackoverflow.com[/color]
[/list]

[b][size=120]Contributers:[/size][/b][list][color=gray]People who made an active contribution to the development of the project.

Sector
The useful address is http://gtamp.com/forum/viewtopic.php?f=4&t=1124#p10549 
This address allowed to create a "Stage Constructor"
in which you can dynamically create/delete game objects.

Also, the Sector made a great contribution to the very possibility of creating a library,
placing openly found them memory addresses in the subject.
These addresses were used to create MISI
http://gtamp.com/forum/viewtopic.php?f=4&t=700#p8337

BeepBop
Found and provided a useful address
http://gtamp.com/forum/viewtopic.php?f=4&t=700&start=60#p10564

Also in this topic were published addresses that were also used in MISI
http://gtamp.com/forum/viewtopic.php?f=4&t=1123#p10326

elypter
For the activity in the project theme
http://gtamp.com/forum/viewtopic.php?f=4&t=1136#p10511

DenLover
Idea, programming, logo, documentation.
Email: logofero@gmail.com
[/color]
[/list]

[size=120][b]How can I help the project?[/b][/size]
[list]You can
To contribute to the development of MISI by translating the Russian version
Help and documentation in English
(since I do not have the knowledge of the language I use
machine translation).
You can
translate the documentation into your native language.
Also, corrections of grammar and punctuation of translations are accepted.
You can
write examples of scripts or write a tutorial "how to start using MISI"
Your contribution will be taken into account and marked in the next release in the Contributers list.
[/list]

[b][size=120]System requirements:[/size][/b]
[list][color=gray]OS Windows XP/7/8/10 32 bit
Archiver with support 7z
[/color][/list]

[color=gray][size=90][b]ATTENTION:[/b] The library has become stable, but there is no guarantee that there will be no fly. At the start of the game there is a download of scripts on this may slow down a little. Wait for the full download after the game will work as usual. The library is designed for single-player game, but there is the possibility of scripting for multiplayer however most changes in multiplayer lead to out of sync.[/size][/color]

[b][size=120]DOWNLOAD:[/size][/b]
[url=http://gtamp.com/forum/download/file.php?mode=view&id=1870][b][size=120]Latest version MISI v0.4.1 (stable)[/size][/b][/url] [size=110][color=grey](Language: EN, RU)[/color][/size]
[url=http://gtamp.com/forum/download/file.php?mode=view&id=1854][b][size=110]MISI v0.3.3b (no stable)[/size][/b][/url] [size=100][color=grey](Language: EN, RU)[/color][/size]
[size=100][color=gray]Removed MISI v0.3.2b (download not avalable)[/color][/size]
[url=http://gtamp.com/forum/download/file.php?mode=view&id=1835][b][size=110]MISI v0.3.1b (no stable)[/size][/b][/url] [size=100][color=gray](Language: EN, RU)[/color][/size] 
[url=http://gtamp.com/forum/download/file.php?mode=view&id=1816][b][size=110]MISI v0.2.1b (no stable) [/size][/b][/url] [size=100][color=gray](Language: EN, RU)[/color] [/size]

[b][size=120]Sources:[/size][/b]
[url=http://gtamp.com/forum/download/file.php?mode=view&id=1871][b][size=120]Sources MISI v0.4.1[/size][/b][/url] [size=110][color=grey](Stable version)[/color][/size]
[url=http://gtamp.com/forum/download/file.php?mode=view&id=1872][b][size=110]Setup pack MISI v0.4.1[/size][/b][/url] [size=100][color=grey](Resources for the installer)[/color][/size]

[url=http://gtamp.com/forum/download/file.php?mode=view&id=1865][b][size=110]Sources MISI v0.3.3b[/size][/b][/url] [size=100][color=grey](License: Public Domain)[/color][/size]
[url=http://gtamp.com/forum/download/file.php?mode=view&id=1857][b][size=110]Setup pack MISI v0.3.3b[/size][/b][/url] [size=100][color=grey](Resources for the installer)[/color][/size]
[url=http://gtamp.com/forum/download/file.php?mode=view&id=1856][b][size=110]LUA Lib v5.3.4[/size][/b][/url] [size=100][color=grey](Ready LUA lib is used on project MISI)[/color][/size]
[url=https://www.lua.org/ftp/][b][size=110]LUA sources[/size][/b][/url] [size=100][color=grey](http://www.lua.org)[/color][/size]

[color=gray]This is the final version. 
Work on the project is completed. Perhaps later the fixes will be released if I receive reports or I find bugs. 
To all who left their feedback and words of support, thank you. Support is a great incentive to develop. 
I hope for someone MISI has become a useful opportunity for the realization of his creative ideas.[/color]

[color=gray][size=90]Edited: Added new version 0.4.1 (stable).[/size][/color]